
/*����ѡ��*/
._select_option_lg{background: #fff;border: 1px solid #ccc;overflow-y: auto;}
._select_option_lg p{display: block;height: 27px;line-height: 27px;padding: 0 10px;border-top:1px solid #f3f2f2 ;color: #666;font-size: 14px;}
._select_option_lg p:first-child{border: 0;}
._select_option_lg p span{display: block;width: 100%;height: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
._select_option_lg p:hover {background: #3390ED;color: #fff;}




/*.easy_touch_move{position: absolute;width: 100%;height: 100%;left: 0;top:0;}*/
.easy_touch_move .easy_touch_list{float: left;overflow: hidden;}
.easy_touch_move_top,.easy_touch_move_top .easy_touch_list{width: 100%;}
.easy_touch_move_left,.easy_touch_move_left .easy_touch_list{height: 100%;}
.easy_touch_move_opacity,.easy_touch_move_opacity .easy_touch_list{width: 100%;height: 100%;}
.easy_touch_move_opacity .easy_touch_list{position: absolute;left: 0;top: 0;filter: alpha(opacity=0);-webkit-opacity: 0;-moz-opacity: 0;opacity: 0;}

/*�����ʾ css3�汾*/
.alt_msg_style{border: 1px solid #16bbe4 !important;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;color: #666!important;background: #fff;}
.alt_msg_style:after{content: ' ';position: absolute;top: -1px;left: -1px;width: 8px;height: 8px;background: #fff;border-left: 1px solid #16bbe4;border-top: 1px solid #16bbe4;
	-webkit-transform: rotate(45deg) translateY(-11px) translateX(5px);
	-moz-transform: rotate(45deg) translateY(-11px) translateX(5px);
	-ms-transform: rotate(45deg) translateY(-11px) translateX(5px);
	-o-transform: rotate(45deg) translateY(-11px) translateX(5px);
	transform: rotate(45deg) translateY(-11px) translateX(5px);;
}


/*ͼƬ�첽��������*/
.after{;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #eee;background-size: 46% auto;}
.after1{background-size: auto 46% ;}
.img_load .after{filter: alpha(opacity=0);-webkit-opacity: 0;-moz-opacity: 0;opacity: 0;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.easy_touch_index a{display: inline-block;*display: inline;zoom: 1;margin: 0 6px;width: 15px;height: 15px;background: #cacaca;
	-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;
;}
.easy_touch_index a.act{width: 30px;}
/*ͼƬ����*/
.easy_img_playBox{position: fixed;left: 0;top:0;width: 100%;height: 100%;z-index: 999999999;}
.easy_img_playBox .maxFsize{text-align: center;font-size: 30px;font-weight: bold;height: 40px;line-height: 40px;position: relative;
	top:50%;margin-top: -20px;
}

.easy_img_playBox .easy_img_playWrp .easy_touch_move{height: 95%;top:1.2%;}
.easy_img_playBox .easy_img_playWrp .easy_touch_move .easy_touch_list img{
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;position: relative;
	filter: alpha(opacity=0);-webkit-opacity:0;-moz-opacity:0;opacity:0;
}
.easy_img_playBox .easy_img_playLoader{width: 30px;height: 30px;top: 50%;;
	margin-top: -15px;left: 50%;margin-left: -15px;position: absolute;
}
.easy_img_playBox .easy_img_playWrp .easy_touch_index {height: auto;bottom: 1%;line-height: 6px;position: absolute;}
.easy_img_playBox .easy_img_playWrp .easy_touch_index a{height: 6px;width: 8px;margin: 2px 0.4%;;}
.easy_img_playBox .easy_img_playWrp .easy_touch_index a.act{width: 12px;}
.easy_img_playBox .easy_img_playClose{background: #666;color: #fff;position: absolute;width: 36px;height: 36px;right: 10px;top: 10px;
	text-align: center;line-height: 36px;font-size: 20px;cursor: pointer;
}
.easy_img_playBox .easy_img_playClose:hover{background: #E8340E;}


.abs_all{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;color:#fff;}

.abs_all h3{font-size:50px;padding-top:300px;font-weight:normal;}
.abs_all p{font-size:20px; letter-spacing:0.8px;}
.abs_all .p1{font-size:26px;letter-spacing:0.8px;}



body,dd,dt,h1,h2,h3,h4,h5,h6,li,p,ul,form,dl {
	margin: 0;
	padding: 0;
	list-style:none;
}
dd,li,ul {
	list-style: none
}

/*.loop_an_create(line1,'
    0% {left: -101%;}
    20% {left: 0%;}
    40% {left: 101%;}
    60% {left: 101%;}
    80% {left: 101%;}
    100% {left: 101%;}
');*/
@-webkit-keyframes banner_loop {
  
    0% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    

}
@-moz-keyframes banner_loop {
  
    0% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    

}
@-ms-keyframes banner_loop {
  
    0% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    

}
@-o-keyframes banner_loop {
  
    0% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    

}
@keyframes banner_loop {
  
    0% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    

}
.trans_3,
.header .nav ul li a,
.p-more i,
.works .navigator .fl a,
.box-btn h1,
.box-btn a,
.address .btns a,
.address .btns a span,
.pages a,
.pages span,
.title_wrp .s-nav ul li:after,
.case_mobile .li,
.flip_over a,
.services_list .play-btn,
.child-nav a:after,
.solution-icon-list li .img,
.solution-icon-list li h3,
.solution-icon-list li p,
.server-lc .icon,
.team .team-img .text,
.team .team-img .btn a,
.playZizhi .wrp,
.playZizhi .wrp img,
.playZizhi .close,
.playZizhi .prev,
.playZizhi .next,
.playZizhi .list span,
.countact_info {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.container {
  width: 81.25%;
  margin-left: auto;
  margin-right: auto;
}
.container_parent {
  left: 0;
  top: 0;
}

.banner {
  width: 100%;
  height: 800px;
}
.banner.c-banner {
  height: 640px;
}
.banner.c-banner img {
  display: block;
  height: 100%;
  position: relative;
}
.banner.ssl-banner {
  height: auto;
}
.banner.ssl-banner .easy_touch_list {
  background-color: #1f3ca0;
}
.banner.ssl-banner .easy_touch_list img {
  margin-left: 10%;
}
.banner.scheme-banner {
  height: 550px;
}
.banner .mobile_banner {
  display: block;
  width: 100%;
}
.banner .mobile_banner.mobile_banner2 {
  display: none;
}
.banner .number-count {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
}
.banner .number-count .n,
.banner .number-count .x {
  font-family: "Trump", "����";
}
.banner .number-count li {
  width: 33%;
  position: relative;
}
.banner .number-count li .line {
  position: absolute;
  height: 84%;
  top: 8%;
  right: 0;
  background-color: #fff;
  width: 1px;
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
.banner .easy_touch_list {
  background-size: cover!important;
}
.banner .easy_touch_list .text {
  color: #fff;
  font-size: 50px;
  position: relative;
  top: 18%;
  font-family: "Microsoft Yahei", "����", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner .easy_touch_list .text p {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  line-height: 1.36em;
}
.banner .easy_touch_list .text p:nth-of-type(1) {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.banner .easy_touch_list .text p:nth-of-type(2) {
  -webkit-transition: all 0.7s 0.06s ease;
  -moz-transition: all 0.7s 0.06s ease;
  -o-transition: all 0.7s 0.06s ease;
  transition: all 0.7s 0.06s ease;
}
.banner .easy_touch_list .text p:nth-of-type(3) {
  -webkit-transition: all 0.7s 0.12s ease;
  -moz-transition: all 0.7s 0.12s ease;
  -o-transition: all 0.7s 0.12s ease;
  transition: all 0.7s 0.12s ease;
}
.banner .easy_touch_list .text p strong {
  font-size: 1.3em;
  line-height: 1.36em;
}
.banner .easy_touch_list .text .x-slg {
  font-size: 1.92em!important;
}
.banner .easy_touch_list .text .x-lg {
  font-size: 1.56em!important;
}
.banner .easy_touch_list .text .x-sm {
  font-size: 0.8em!important;
}
.banner .easy_touch_list .text .x-ssm {
  font-size: 20px!important;
}
.banner .easy_touch_list .bg-wrp {
  background-color: #d50000;
  position: absolute;
  bottom: 0;
  width: 39%;
  padding-left: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.banner .easy_touch_list .bg-wrp .text {
  top: 0!important;
  font-family: "Base-font", "microsoft yahei" !important;
}
.banner .easy_touch_list.act .text p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.banner .btn {
  position: relative;
  -webkit-transition: all 0.7s 0.6s ease;
  -moz-transition: all 0.7s 0.6s ease;
  -o-transition: all 0.7s 0.6s ease;
  transition: all 0.7s 0.6s ease;
}
.banner .btn a {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: 50px;
  overflow: hidden;
}
.banner .btn a i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/icon_3.png");
  background-repeat: no-repeat;
  background-position: center center;
  -o-animation: banner_loop 2s 0s infinite ease;
  -moz-animation: banner_loop 2s 0s infinite ease;
  -ms-animation: banner_loop 2s 0s infinite ease;
  -webkit-animation: banner_loop 2s 0s infinite ease;
  animation: banner_loop 2s 0s infinite ease;
}
.banner .btn.p_btn a i {
  -o-animation: none 6s 0s infinite linear;
  -moz-animation: none 6s 0s infinite linear;
  -ms-animation: none 6s 0s infinite linear;
  -webkit-animation: none 6s 0s infinite linear;
  animation: none 6s 0s infinite linear;
}
.banner .easy_touch_index {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
  height: 5px;
  line-height: 5px;
}
.banner .easy_touch_index a {
  background-color: transparent;
  height: 3px;
  line-height: 0px;
  width: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.banner .easy_touch_index a strong {
  background-color: #3a333f;
  display: block;
  width: 100%;
  height: 100%;
}
.banner .easy_touch_index a span {
  display: block;
  width: 0;
  height: 100%;
  line-height: 0;
  background-color: #918c94;
}
.scheme-banner.banner .easy_touch_index a {
  width: 8px;
  height: 8px;
  line-height: 8px;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0;
}
.scheme-banner.banner .easy_touch_index a.act {
  background-color: #fff;
}
.scheme-banner.banner .easy_touch_index {
  text-align: center;
}
.banner .loader {
  width: 48px;
  height: 48px;
  border-color: #ddd #ddd #ddd #bababa;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.works ul li .p_btn a:hover span,
.banner .btn.p_btn a:hover span {
  background-color: #fff!important;
}


@media (max-width: 1660px) {

}
@media (max-width: 1660px) and (min-width: 1040px) {

}
@media (max-width: 1440px) {
 
  .banner .easy_touch_list .text {
    font-size: 36px;
    line-height: 56px;
  }
  .banner.ssl-banner .easy_touch_list {
    background-color: #1f3ca0;
  }
  .banner.ssl-banner .easy_touch_list img {
    margin-left: 13.4%;
  }
  .banner.c-banner {
    height: 550px;
  }
 
  .banner .ssl-info .banner-title {
    padding-top: 3.27%;
    font-size: 30px;
  }
  .banner .ssl-info .banner-txt {
    padding-top: 1.076%;
    font-size: 18px;
    line-height: 1.6em;
  }
  .banner .ssl-info .banner-btn {
    padding-top: 2.6%;
  }
  .banner .ssl-info .banner-btn .apply-btn {
    width: 200px;
    font-size: 17px;
  }
  .banner .ssl-info .banner-btn .txt-btn {
    font-size: 14px;
  }
  
}
@media (max-width: 1440px) and (min-width: 1040px), (max-width: 1440px) and (max-width: 740px) {

}
@media (max-width: 1440px) and (min-width: 1040px) {
 
}
@media (max-width: 1210px) {


}
@media (max-width: 1050px) {
  .container_parent {
    -webkit-transition: all 0.4s 0.04s ease;
    -moz-transition: all 0.4s 0.04s ease;
    -o-transition: all 0.4s 0.04s ease;
    transition: all 0.4s 0.04s ease;
  }
  .container_parent.open {
    position: absolute;
    left: 0;
    left: -66%;
    width: 100%;
  }

  .container_parent .banner {
    height: 500px!important;
  }
  .container_parent .banner .easy_touch_list .text {
    font-size: 30px;
    line-height: 50px;
  }
  .container_parent .banner.ssl-banner {
    height: auto!important;
  }

  .banner .ssl-info .banner-title {
    padding-top: 2.27%;
    font-size: 24px;
  }
  .banner .ssl-info .banner-txt {
    padding-top: 0.5%;
    font-size: 14px;
  }
  .banner .ssl-info .banner-btn {
    padding-top: 1.6%;
  }
  .banner .ssl-info .banner-btn .apply-btn {
    width: 150px;
    font-size: 14px;
  }
  .banner .ssl-info .banner-btn .txt-btn {
    font-size: 12px;
    padding-left: 8px;
  }




}
@media (max-width: 890px) {
  .container_parent .banner.auto-banner,
  .container_parent .banner.index-banner {
    height: auto!important;
    padding-bottom: 40%;
  }
  .container_parent .banner.auto-banner .easy_touch_move,
  .container_parent .banner.index-banner .easy_touch_move {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .container_parent .banner.index-banner {
    padding-bottom: 52%;
  }

}
@media (max-width: 770px) {
  .container {
    width: 100%;
  }
  .banner{margin-top:50px;}

  .banner .container,
{
    width: 90%;
  }
  .banner video {
    display: none!important;
  }
  .container_parent .banner.c-banner .mobile_banner.mobile_banner1 {
    display: none;
  }
  .container_parent .banner.c-banner .mobile_banner.mobile_banner2 {
    display: block;
  }
  .container_parent .banner .easy_touch_list .text {
    font-size: 20px;
    line-height: 30px;
  }
  .container_parent .banner .easy_touch_list .text-number {
    font-size: 26px;
  }
  .container_parent .banner .easy_touch_index {
    bottom: 14%;
  }
  .container_parent .banner .easy_touch_index a {
    width: 50px;
  }
 
  .banner .ssl-info .banner-title {
    padding-top: 2.27%;
    font-size: 24px;
  }
  .banner .ssl-info .banner-txt {
    padding-top: 0.5%;
    font-size: 14px;
  }
  .banner .ssl-info .banner-btn {
    padding-top: 1.6%;
  }
  .banner .ssl-info .banner-btn .apply-btn {
    width: 150px;
    font-size: 14px;
    position: absolute;
    right: 2%;
    bottom: 2%;
  }
  .banner .ssl-info .banner-btn .txt-btn {
    font-size: 12px;
    padding-left: 8px;
    display: none;
  }
.abs_all h3{font-size:22px;padding-top:60px;font-weight:normal;}
.abs_all p{font-size:16px; letter-spacing:0.8px;}
.abs_all .p1{font-size:16px;letter-spacing:0.8px;}
}
@media (max-width: 641px) {
  .banner .easy_touch_list img {
    position: relative;
    width: 130%;
    left: -24%;
  }
  .banner .ssl-info .banner-title {
    font-size: 18px;
  }
  .banner .ssl-info .banner-txt {
    font-size: 12px;
  }

}
@media (max-width: 560px) {

 
  .container_parent .banner .easy_touch_list .bg-wrp {
    width: auto;
    padding-right: 8%;
  }
  .container_parent .banner .easy_touch_list .text-number {
    font-size: 24px;
  }
  .container_parent .banner .easy_touch_list .text-number .x-ssm {
    font-size: 16px!important;
  }
  .container_parent .banner .easy_touch_index {
    bottom: 6%;
    text-align: center;
  }
  .container_parent .banner .easy_touch_index a {
    margin-left: 1px;
    margin-right: 1px;
    width: 6px;
    height: 6px;
    line-height: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .container_parent .banner .easy_touch_index a strong {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  .container_parent .banner .easy_touch_index a span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: none!important;
  }
  .container_parent .banner .easy_touch_index a.act span {
    display: block!important;
    width: 100%!important;
  }
  .container_parent .c-banner .btn a {
    margin-top: 3%!important;
  }
 
  .banner .ssl-info .banner-txt {
    font-size: 12px;
  }
  .banner .ssl-info .banner-txt span {
    display: inline;
  }
  .banner .ssl-info .banner-btn .apply-btn {
    font-size: 12px;
    width: 100px;
    right: 0;
    bottom: 0;
  }

}
@media (max-width: 380px) {
 
}
@media (max-width: 322px) {


}
